GrapeCity.Spreadsheet アセンブリ > GrapeCity.Spreadsheet 名前空間 > ActionResult<T> 構造体 > ActionResult<T> コンストラクタ : ActionResult<T> コンストラクタ(String,Type) |
'Declaration
Public Function New( _ ByVal details As String, _ ByVal exceptionType As Type _ )
'使用法
Dim details As String Dim exceptionType As Type Dim instance As New ActionResult(Of T)(details, exceptionType)
public ActionResult<T>( string details, Type exceptionType )